home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / DiskList 1.6 / data1.cab / Program_DLLs / disklist.exe / 0 / RCDATA / TFRMADDFILTER / TFRMADDFILTER.txt
Text File  |  2002-01-07  |  828b  |  45 lines

  1. object frmAddFilter: TfrmAddFilter
  2.   Left = 280
  3.   Top = 248
  4.   ActiveControl = m_pTxtFilter
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add filter'
  7.   ClientHeight = 66
  8.   ClientWidth = 318
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Button1: TButton
  18.     Left = 200
  19.     Top = 36
  20.     Width = 53
  21.     Height = 25
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object m_pTxtFilter: TEdit
  28.     Left = 4
  29.     Top = 4
  30.     Width = 309
  31.     Height = 24
  32.     TabOrder = 1
  33.   end
  34.   object cmdCancel: TButton
  35.     Left = 260
  36.     Top = 36
  37.     Width = 53
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 2
  43.   end
  44. end
  45.